home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / KADFILE.ZIP / DIR.STC < prev    next >
Text File  |  1995-03-04  |  101b  |  6 lines

  1. typedef struct dir_struc {
  2.     char name[13];
  3.     int  filepos;
  4.     int  filesize;
  5. } dir_struc;
  6.